home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / shutdown / RCS / shutdown.man,v < prev   
Text File  |  1989-11-28  |  4KB  |  189 lines

  1. head     1.5;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.5
  10. date     89.11.28.15.50.14;  author douglis;  state Exp;
  11. branches ;
  12. next     1.4;
  13.  
  14. 1.4
  15. date     89.06.19.14.33.37;  author jhh;  state Exp;
  16. branches ;
  17. next     1.3;
  18.  
  19. 1.3
  20. date     89.05.21.16.49.08;  author jhh;  state Exp;
  21. branches ;
  22. next     1.2;
  23.  
  24. 1.2
  25. date     88.12.30.10.15.12;  author ouster;  state Exp;
  26. branches ;
  27. next     1.1;
  28.  
  29. 1.1
  30. date     88.12.22.11.47.20;  author ouster;  state Exp;
  31. branches ;
  32. next     ;
  33.  
  34.  
  35. desc
  36. @@
  37.  
  38.  
  39. 1.5
  40. log
  41. @documented -q -S options
  42. @
  43. text
  44. @'\" Copyright 1989 Regents of the University of California
  45. '\" Permission to use, copy, modify, and distribute this
  46. '\" documentation for any purpose and without fee is hereby
  47. '\" granted, provided that this notice appears in all copies.
  48. '\" The University of California makes no representations about
  49. '\" the suitability of this material for any purpose.  It is
  50. '\" provided "as is" without express or implied warranty.
  51. '\" 
  52. '\" $Header: /sprite/src/cmds/shutdown/RCS/shutdown.man,v 1.4 89/06/19 14:33:37 jhh Exp Locker: douglis $ SPRITE (Berkeley)
  53. '/" 
  54. .so \*(]ltmac.sprite
  55. .HS SHUTDOWN cmds
  56. .BS
  57. .SH NAME
  58. shutdown \- shutdown and possibly reboot the system
  59. .SH SYNOPSIS
  60. \fBshutdown \fR[\fB\-hSrdfq\fR] [\fB\-R \fIrebootStr\fR] [\fB\-S \fIsleepTime\fR]
  61. .SH OPTIONS
  62. .IP "\fB\-d\fR" 18
  63. Enter the debugger after shutting the system down.
  64. .IP "\fB\-f\fR" 18
  65. Don't check the disks when rebooting.  Unless the \fB\-d\fR or \fB\-h\fR
  66. options are specified then \fB\-f\fR implies \fB\-r\fR.
  67. .IP "\fB\-h\fR" 18
  68. Force the system to halt.  This is the default unless the \fB\-f\fR or
  69. \fB\-s\fR options are
  70. used.
  71. .IP "\fB\-r\fR" 18
  72. Reboot instead of halt.  This will use whatever is the default reboot string
  73. of the hardware.
  74. .IP "\fB\-R \fIrebootStr\fR" 18
  75. Reboot the system with \fIrebootStr\fR as the string to reboot with.
  76. .IP "\fB\-w\fR" 18
  77. Don't write the file system cache back to disk or to the server.
  78. The default is to write it back.
  79. .IP "\fB\-s\fR" 18
  80. Reboot single user mode. Unless the \fB\-d\fR or \fB\-h\fR
  81. options are specified then \fB\-s\fR implies \fB\-r\fR.
  82. .IP "\fB\-c\fR" 18
  83. Reboot a fileserver as a client.  This causes a fileserver to ignore the
  84. /boot directory on its local root partition. See the \fBboot\fR man
  85. page for more details.
  86. .IP "\fB\-x\fR" 18
  87. Causes a fileserver to run \fBrootcmds\fR before \fBdiskcmds\fR on reboot.
  88. .IP "\fB\-q\fR" 18
  89. Do not use \fIwall\fR to announce the shutdown and do not pause before
  90. shutting down. 
  91. .IP "\fB\-S \fIsleepTime\fR" 18
  92. Sleep \fIsleepTime\fR seconds after running \fIwall\fR.
  93. .BE
  94.  
  95. .SH INTRODUCTION
  96. .LP
  97. This command shuts down the operating system.  By default the system
  98. is halted. However the system can be made to reboot or enter the debugger
  99. by specifying the correct options.  By default, the shutdown is
  100. announced (on the local host only) using \fIwall\fR and the shutdown
  101. is delayed by several 
  102. seconds to give people a chance to complain.  
  103. .SH KEYWORDS
  104. halt, reboot, shutdown, fastboot, boot
  105. @
  106.  
  107.  
  108. 1.4
  109. log
  110. @Added -x and -c options
  111. @
  112. text
  113. @d9 1
  114. a9 1
  115. '\" $Header: /sprite/lib/forms/RCS/cmd.man,v 1.1 89/02/23 13:08:24 ouster Exp $ SPRITE (Berkeley)
  116. d17 1
  117. a17 1
  118. \fBshutdown \fR[\fB\-hSrdf\fR] [\fB\-R \fIrebootStr\fR]
  119. d45 5
  120. d56 4
  121. a59 1
  122. by specifying the correct options.
  123. @
  124.  
  125.  
  126. 1.3
  127. log
  128. @added -s and new handling of -f flag
  129. @
  130. text
  131. @d1 10
  132. a10 1
  133. ' $Header: /a/newcmds/shutdown/RCS/shutdown.man,v 1.2 88/12/30 10:15:12 ouster Exp $ SPRITE (Berkeley)
  134. d39 6
  135. d53 1
  136. a53 1
  137. halt, reboot, shutdown, fastboot
  138. @
  139.  
  140.  
  141. 1.2
  142. log
  143. @More format upgrades.
  144. @
  145. text
  146. @d1 1
  147. a1 1
  148. ' $Header: /a/newcmds/shutdown/RCS/shutdown.man,v 1.1 88/12/22 11:47:20 ouster Exp Locker: ouster $ SPRITE (Berkeley)
  149. d16 2
  150. a17 1
  151. Force the system to halt.  This is the default unless the \fB\-f\fR option is
  152. d27 3
  153. a29 1
  154. .IP 
  155. @
  156.  
  157.  
  158. 1.1
  159. log
  160. @Initial revision
  161. @
  162. text
  163. @d1 1
  164. a1 1
  165. ' $Header: shutdown,v 1.1 88/08/16 11:48:17 nelson Exp $ SPRITE (Berkeley)
  166. d8 1
  167. a8 1
  168. \fBshutdown \fR[\fB-hSrdf\fR] [\fB-R \fIrebootStr\fR]
  169. d10 1
  170. a10 1
  171. .IP "\fB-d\fR" 18
  172. d12 5
  173. a16 5
  174. .IP "\fB-f\fR" 18
  175. Don't check the disks when rebooting.  Unless the \fB-d\fR or \fB-h\fR
  176. options are specified then \fB-f\fR implies \fB-r\fR.
  177. .IP "\fB-h\fR" 18
  178. Force the system to halt.  This is the default unless the \fB-f\fR option is
  179. d18 1
  180. a18 1
  181. .IP "\fB-r\fR" 18
  182. d21 1
  183. a21 1
  184. .IP "\fB-R \fIrebootStr\fR" 18
  185. d23 1
  186. a23 1
  187. .IP "\fB-w\fR" 18
  188. @
  189.